* frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 17 Sep 2013 12:59:45 +0000 (16:59 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 17 Sep 2013 12:59:45 +0000 (16:59 +0400)
commit020fce83f86018586957753346142bbc56ecd3a3
treef79a2b1d9b333dde67c2ec631a3096516000393e
parent1a396dfbb9b4ffb04c10394d80a83862a52a946e
* frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.
(x_icon_type): Remove prototype.
(x_bitmap_icon) [!HAVE_NS]: Declare as such.
* frame.c (x_icon_type): Remove.
* w32term.c (x_make_frame_visible, x_iconify_frame):
* xterm.c (x_make_frame_visible, x_iconify_frame):
Use x_set_bitmap_icon to factor out common code.
src/ChangeLog
src/frame.c
src/frame.h
src/w32term.c
src/xterm.c